getBackgroundTintMode

open fun getBackgroundTintMode(@NonNull view: @NonNull View): @Nullable PorterDuff.Mode(source)

Return the blending mode used to apply the tint to the background drawable, if specified.

Only returns meaningful info when running on API v21 or newer, or if view implements the TintableBackgroundView interface.